Province of Bataan
AI technology could help US, allies monitor China's Taiwan invasion intentions
China has stepped up its diplomatic and military pressure against Taiwan, alarming U.S. officials and allies in the region that Beijing is looking to take back the island by force. If projections of a Chinese military invasion to retake Taiwan are accurate, the U.S. can utilize artificial intelligence (AI) and other technology that will indicate to forces in the region that China isn't engaging in yet another provocative military exercise but is launching the invasion so many predict. According to experts, AI and machine learning (ML) can help the U.S. and its allies in the region improve the speed and efficiency of war plan development, intelligence assessments and targeting effectiveness. An MV-22 Osprey from the "Ugly Angels" of Marine Medium Tiltrotor Squadron 362 flies by the aircraft carrier USS Nimitz in the South China Sea Feb. 11, 2023. WHAT IS ARTIFICIAL INTELLIGENCE (AI)?
"Honey, Tell Me What's Wrong", Global Explanation of Textual Discriminative Models through Cooperative Generation
Chaffin, Antoine, Delaunay, Julien
The ubiquity of complex machine learning has raised the importance of model-agnostic explanation algorithms. These methods create artificial instances by slightly perturbing real instances, capturing shifts in model decisions. However, such methods rely on initial data and only provide explanations of the decision for these. To tackle these problems, we propose Therapy, the first global and model-agnostic explanation method adapted to text which requires no input dataset. Therapy generates texts following the distribution learned by a classifier through cooperative generation. Because it does not rely on initial samples, it allows to generate explanations even when data is absent (e.g., for confidentiality reasons). Moreover, conversely to existing methods that combine multiple local explanations into a global one, Therapy offers a global overview of the model behavior on the input space. Our experiments show that although using no input data to generate samples, Therapy provides insightful information about features used by the classifier that is competitive with the ones from methods relying on input samples and outperforms them when input samples are not specific to the studied model.
Rumour detection using graph neural network and oversampling in benchmark Twitter dataset
Patel, Shaswat, Bansal, Prince, Kaur, Preeti
Recently, online social media has become a primary source for new information and misinformation or rumours. In the absence of an automatic rumour detection system the propagation of rumours has increased manifold leading to serious societal damages. In this work, we propose a novel method for building automatic rumour detection system by focusing on oversampling to alleviating the fundamental challenges of class imbalance in rumour detection task. Our oversampling method relies on contextualised data augmentation to generate synthetic samples for underrepresented classes in the dataset. The key idea exploits selection of tweets in a thread for augmentation which can be achieved by introducing a non-random selection criteria to focus the augmentation process on relevant tweets. Furthermore, we propose two graph neural networks(GNN) to model non-linear conversations on a thread. To enhance the tweet representations in our method we employed a custom feature selection technique based on state-of-the-art BERTweet model. Experiments of three publicly available datasets confirm that 1) our GNN models outperform the the current state-of-the-art classifiers by more than 20%(F1-score); 2) our oversampling technique increases the model performance by more than 9%;(F1-score) 3) focusing on relevant tweets for data augmentation via non-random selection criteria can further improve the results; and 4) our method has superior capabilities to detect rumours at very early stage.